home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 102 / Computer Shopper 102 / Computer SHOPPER_102.iso / multimed.ia / violent / wayland.ini < prev   
Encoding:
INI File  |  1996-04-04  |  12.3 KB  |  296 lines

  1.  
  2.  
  3. ; --------------------------------------------------------------------
  4.  
  5. ;       Template DIRECTOR.INI file for Director 4.0 for Windows.
  6.  
  7. ; --------------------------------------------------------------------
  8.  
  9.  
  10.  
  11. ; All of the settings shown here are commented-out in the original version 
  12.  
  13. ; of the file.  To change a setting, you must remove the comment 
  14.  
  15. ; character (";") at the beginning of the setting's line.
  16.  
  17.  
  18. ; The values shown for each setting in the original file are Director's 
  19.  
  20. ; internal defaults.  The default value for a setting is used when it 
  21.  
  22. ; isn't explictly set in the .INI file or when no .INI file exists.  
  23.  
  24. ; Since these defaults are already stored internally in the Director 
  25.  
  26. ; application and projectors, it is *not* necessary to distribute this 
  27.  
  28. ; file with your movie unless you change one or more of the settings.
  29.  
  30.  
  31. ; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
  32.  
  33. ; rather than "DIRECTOR.INI" and place the file in the same directory as
  34.  
  35. ; your projector executable. 
  36.  
  37.  
  38.  
  39. [Memory]
  40.  
  41. ExtraMemory=400
  42.  
  43. ; Amount of kBytes over and above physical memory for use by a projector.
  44.  
  45.  
  46. ;SwapFileMeg=0
  47.  
  48. ; Amount of megabytes of SwapFile space to enable during authoring.
  49.  
  50. ; Default is to allow swapfile space of up to 1/2 of the available 
  51.  
  52. ; physical RAM.
  53.  
  54.  
  55.  
  56.  
  57.  
  58. [Graphics]
  59.  
  60. ;Wing=0
  61.  
  62. ; 0: Do not use WinG graphics accelerator.
  63.  
  64. ; 1: Use WinG graphics accelerator software. This requires
  65.  
  66. ;    certain system files to be installed. Projector size and memory 
  67.  
  68. ;    usage may increase. See the documentation for details.       
  69.  
  70.  
  71.  
  72.  
  73. [Palette]
  74.  
  75. Animation=1
  76.  
  77. ; 1: allows director to take control of the palette for fast palette effects
  78.  
  79. ;    and transitions.
  80.  
  81. ; 0: prevents director from taking control of the palette so other apps,
  82.  
  83. ;    wallpaper etc. look better but palette effects and transitions will
  84.  
  85. ;    be slower.
  86.  
  87.  
  88.  
  89.  
  90. ; Global Sound Settings ------------------------------------------------
  91.  
  92.  
  93. [Sound]
  94.  
  95. ; Settings in the [Sound] section apply to all sound cards.
  96.  
  97.  
  98. ;SpoolBufferAlloc=0 
  99.  
  100. ; When to allocate spool buffers
  101.  
  102. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  103.  
  104. ; 1 means allocate spool once at startup and keep for entire session.
  105.  
  106.  
  107. ;LowSpoolBufferMs=2500
  108.  
  109. ; Length of one 8bit spool buffer, in milliseconds.
  110.  
  111.  
  112. ;HighSpoolBufferMs=1500
  113.  
  114. ; Length of one 16-bit spool buffer, in milliseconds.
  115.  
  116.  
  117. ;SpoolBufferCount=2
  118.  
  119. ; Number of spool buffers to use. Must range from 2 to 10.
  120.  
  121.  
  122. ;MixMaxChannels=4
  123.  
  124. ; Maximum number of channels supported by the sound mixer. The actual
  125.  
  126. ; number you can mix depends on the processing power of your computer.
  127.  
  128. ; Must range from 1 to 8.
  129.  
  130.  
  131. ;MixWaveDevice=0 
  132.  
  133. ; DeviceID of waveOut device to use for playing.
  134.  
  135. ; Must range from 0 to (# of devices - 1).
  136.  
  137.  
  138. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  139.  
  140. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  141.  
  142. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  143.  
  144. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  145.  
  146. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  147.  
  148. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  149.  
  150. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  151.  
  152. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  153.  
  154.  
  155. ;MixMaxFidelity=99
  156.  
  157. ; Sets a limit on the fidelity of sound output. For best performance, use
  158.  
  159. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  160.  
  161. ; possible of the three fixed sound formats (0, 1, 2):
  162.  
  163. ;  0  = 22.05k samples/sec, 8-bit, mono
  164.  
  165. ;  1  = 22.05k samples/sec, 8-bit, stereo
  166.  
  167. ;  2  = 44.1k samples/sec, 16-bit, stereo
  168.  
  169. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  170.  
  171. ;       sounds determines the format for that run.  The format used is the
  172.  
  173. ;       lowest of the three output formats (0,1,2 above) which is as close
  174.  
  175. ;       as possible in fidelity to the sound to be played, while still being
  176.  
  177. ;       supported by the installed sound card. 
  178.  
  179.  
  180. ; Default Sound Settings -----------------------------------------------
  181.  
  182.  
  183. [Low Mono Default Sound]
  184.  
  185. ; Settings in the [Low Mono Default Sound] section apply when the target
  186.  
  187. ; output format is 22K, 8-bit, mono.  The target output format depends
  188.  
  189. ; on the capabilities of the sound card as well as the setting of
  190.  
  191. ; MixMaxFidelity.   These settings are used when the installed sound card
  192.  
  193. ; is not known to Director and is not specified explictly in the
  194.  
  195. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  196.  
  197. ; Override sections will override these values for specific sound cards,
  198.  
  199. ; or for all sound cards, respectively.
  200.  
  201.  
  202. ;MixBufferMs=200
  203.  
  204. ; Length of each mixing buffer, in milliseconds.
  205.  
  206.  
  207. ;MixBufferBytes=0
  208.  
  209. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  210.  
  211. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  212.  
  213. ; bytes rather than milliseconds.
  214.  
  215.  
  216. ;MixBufferCount=4
  217.  
  218. ; Number of mixing buffers to use. Must range from 2 to 16.
  219.  
  220.  
  221. ;MixServiceMode=0
  222.  
  223. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  224.  
  225. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  226.  
  227. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  228.  
  229. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  230.  
  231. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  232.  
  233. ;         this mode is set, it is best to use MixBufferBytes to specify a
  234.  
  235. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  236.  
  237. ;         supported by all sound cards.
  238.  
  239.  
  240. ;MixIntPeriodMs=200
  241.  
  242. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  243.  
  244.  
  245. ;MixIntResolutionMs=50
  246.  
  247. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  248.  
  249.  
  250.  
  251. [Low Default Sound]
  252.  
  253. ; Settings in the [Low Default Sound] section apply when the target
  254.  
  255. ; output format is 22K, 8-bit, stereo.  The target output format depends
  256.  
  257. ; on the capabilities of the sound card as well as the setting of
  258.  
  259. ; MixMaxFidelity.   These settings are used when the installed sound card
  260.  
  261. ; is not known to Director and is not specified explictly in the
  262.  
  263. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  264.  
  265. ; Override sections will override these values for specific sound cards,
  266.  
  267. ; or for all sound cards, respectively.
  268.  
  269.  
  270. ;MixBufferMs=200
  271.  
  272. ;MixBufferBytes=0
  273.  
  274. ;MixBufferCount=4
  275.  
  276. ;MixServiceMode=0
  277.  
  278. ;MixIntPeriodMs=200
  279.  
  280. ;MixIntResolutionMs=50
  281.  
  282.  
  283.  
  284. [High Default Sound]
  285.  
  286. ; Settings in the [High Default Sound] section apply when the target
  287.  
  288. ; output format is 44K, 16-bit, stereo.  The target output format depends
  289.  
  290. ; on the capabilities of the sound card as well as the setting of
  291.  
  292. ; MixMaxFidelity.   These settings are used when the installed sound card
  293.  
  294. ; is not known to Director and is not specified explictly in the
  295.  
  296. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  297.  
  298. ; Override sections will override these values for specific sound cards,
  299.  
  300. ; or for all sound cards, respectively.
  301.  
  302. ;MixBufferMs=200
  303.  
  304. ;MixBufferBytes=0
  305.  
  306. ;MixBufferCount=4
  307.  
  308. ;MixServiceMode=0
  309.  
  310. ;MixIntPeriodMs=200
  311.  
  312. ;MixIntResolutionMs=50
  313.  
  314.  
  315.  
  316.  
  317. ; Sound Card-Specific Settings -----------------------------------------
  318.  
  319.  
  320. ;[Low Mono <SoundCardName>]
  321.  
  322. ; Settings in this section apply when the target output format is
  323.  
  324. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  325.  
  326. ; output format depends on the capabilities of the sound card, as well
  327.  
  328. ; as the setting of MixMaxFidelity.  You can have any number of these 
  329.  
  330. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  331.  
  332. ; with the actual name of the sound card you want to set defaults for.  
  333.  
  334. ; To find the name of your card, launch the Sound Mapper application, 
  335.  
  336. ; and look in the Playback field.  Director maintains a built-in table
  337.  
  338. ; of settings for many popular sound cards.  Settings in this section take 
  339.  
  340. ; precedence over Director's built-in settings.
  341.  
  342. ;MixBufferMs=200
  343.  
  344. ;MixBufferCount=4
  345.  
  346. ;MixBufferBytes=0
  347.  
  348. ;MixServiceMode=0
  349.  
  350. ;MixIntPeriodMs=200
  351.  
  352. ;MixIntResolutionMs=50
  353.  
  354.  
  355.  
  356. [Low <SoundCardName>]
  357.  
  358. ; Settings in this section apply when the target output format is
  359.  
  360. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  361.  
  362. ; output format depends on the capabilities of the sound card, as well
  363.  
  364. ; as the setting of MixMaxFidelity.  You can have any number of these 
  365.  
  366. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  367.  
  368. ; with the actual name of the sound card you want to set defaults for.  
  369.  
  370. ; To find the name of your card, launch the Sound Mapper application, 
  371.  
  372. ; and look in the Playback field.  Director maintains a built-in table
  373.  
  374. ; of settings for many popular sound cards.  Settings in this section take 
  375.  
  376. ; precedence over Director's built-in settings.
  377.  
  378. ;MixBufferMs=200
  379.  
  380. ;MixBufferCount=4
  381.  
  382. ;MixBufferBytes=0
  383.  
  384. ;MixServiceMode=0
  385.  
  386. ;MixIntPeriodMs=200
  387.  
  388. ;MixIntResolutionMs=50
  389.  
  390.  
  391.  
  392. ;[High <SoundCardName>]
  393.  
  394. ; Settings in this section apply when the target output format is
  395.  
  396. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  397.  
  398. ; output format depends on the capabilities of the sound card, as well
  399.  
  400. ; as the setting of MixMaxFidelity.  You can have any number of these 
  401.  
  402. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  403.  
  404. ; with the actual name of the sound card you want to set defaults for.  
  405.  
  406. ; To find the name of your card, launch the Sound Mapper application, 
  407.  
  408. ; and look in the Playback field.  Director maintains a built-in table
  409.  
  410. ; of settings for many popular sound cards.  Settings in this section take 
  411.  
  412. ; precedence over Director's built-in settings.
  413.  
  414. ;MixBufferMs=200
  415.  
  416. ;MixBufferBytes=0
  417.  
  418. ;MixBufferCount=4
  419.  
  420. ;MixServiceMode=0
  421.  
  422. ;MixIntPeriodMs=200
  423.  
  424. ;MixIntResolutionMs=50
  425.  
  426.  
  427.  
  428.  
  429. ; Sound Override Settings ----------------------------------------------
  430.  
  431.  
  432. [Low Mono Override]
  433.  
  434. ; Settings in the [Low Mono Override] apply when the target ouput format
  435.  
  436. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  437.  
  438. ; of the sound card, as well as the setting of MixMaxFidelity.
  439.  
  440. ; These settings will override Director's internal settings, any defaults
  441.  
  442. ; specified in the Default Sound sections, as well as settings for specific 
  443.  
  444. ; cards.  Change these settings only if you want to force Director to use
  445.  
  446. ; certain values regardless of the sound card installed in the computer.
  447.  
  448. ; It is not recommended that you modify these settings for movies which
  449.  
  450. ; you are going to distribute, as they will override Director's internal
  451.  
  452. ; settings which are already optimized for various sound cards.
  453.  
  454. ;MixBufferMs=200
  455.  
  456. ;MixBufferBytes=0
  457.  
  458. ;MixBufferCount=4
  459.  
  460. ;MixServiceMode=0
  461.  
  462. ;MixIntPeriodMs=200
  463.  
  464. ;MixIntResolutionMs=50
  465.  
  466.  
  467. [Low Override]
  468.  
  469. ; Settings in the [Low Override] apply when the target ouput format
  470.  
  471. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  472.  
  473. ; of the sound card, as well as the setting of MixMaxFidelity.
  474.  
  475. ; These settings will override Director's internal settings, any defaults
  476.  
  477. ; specified in the Default Sound sections, as well as settings for specific 
  478.  
  479. ; cards.  Change these settings only if you want to force Director to use
  480.  
  481. ; certain values regardless of the sound card installed in the computer.
  482.  
  483. ; It is not recommended that you modify these settings for movies which
  484.  
  485. ; you are going to distribute, as they will override Director's internal
  486.  
  487. ; settings which are already optimized for various sound cards.
  488.  
  489. ;MixBufferMs=200
  490.  
  491. ;MixBufferBytes=0
  492.  
  493. ;MixBufferCount=4
  494.  
  495. ;MixServiceMode=0
  496.  
  497. ;MixIntPeriodMs=200
  498.  
  499. ;MixIntResolutionMs=50
  500.  
  501.  
  502.  
  503. [High Override]
  504.  
  505. ; Settings in the [High Override] apply when the target ouput format
  506.  
  507. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  508.  
  509. ; of the sound card, as well as the setting of MixMaxFidelity.
  510.  
  511. ; These settings will override Director's internal settings, any defaults
  512.  
  513. ; specified in the Default Sound sections, as well as settings for specific 
  514.  
  515. ; cards.  Change these settings only if you want to force Director to use
  516.  
  517. ; certain values regardless of the sound card installed in the computer.
  518.  
  519. ; It is not recommended that you modify these settings for movies which
  520.  
  521. ; you are going to distribute, as they will override Director's internal
  522.  
  523. ; settings which are already optimized for various sound cards.
  524.  
  525. ;MixBufferMs=200
  526.  
  527. ;MixBufferBytes=0
  528.  
  529. ;MixBufferCount=4
  530.  
  531. ;MixServiceMode=0
  532.  
  533. ;MixIntPeriodMs=200
  534.  
  535. ;MixIntResolutionMs=50
  536.  
  537.  
  538.